home *** CD-ROM | disk | FTP | other *** search
/ .net (Poland) 2000 September / Magazyn_Net_09_2000 (CDB).iso / offline / tybetnet / script / openwindow.js < prev    next >
Encoding:
Text File  |  1997-03-17  |  197 b   |  6 lines

  1. <!--
  2. function displayWindow(url, width, height) {
  3.         var Win = window.open(url,"displayWindow",'width=' + width + ',height=' + height + ',resizable=0,scrollbars=no,menubar=no' );
  4. }
  5. //-->
  6.